home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / libgplus / src / bitstrin.cc < prev    next >
Encoding:
Text File  |  1995-01-18  |  422 b   |  17 lines

  1. *** orig/libgplus.262/libgplus/src/bitstrin.cc    Sun Dec 18 20:17:44 1994
  2. --- src/libgplus.262/libgplus/src/bitstrin.cc    Sun Dec 18 20:18:02 1994
  3. ***************
  4. *** 25,31 ****
  5. --- 25,35 ----
  6.   #include <BitString.h>
  7.   #include <std.h>
  8.   #include <limits.h>
  9. + #ifndef __MSDOS__
  10.   #include <Obstack.h>
  11. + #else
  12. + #include <_Obstack.h>
  13. + #endif
  14.   #include <AllocRing.h>
  15.   #include <new.h>
  16.   #include <builtin.h>
  17.